﻿2026-07-29T10:37:12.2470028Z ##[group]Run set -euo pipefail
2026-07-29T10:37:12.2470324Z [36;1mset -euo pipefail[0m
2026-07-29T10:37:12.2470537Z [36;1mPIN=0c95435[0m
2026-07-29T10:37:12.2470747Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-29T10:37:12.2470987Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-29T10:37:12.2471301Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-29T10:37:12.2471710Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-29T10:37:12.2472122Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-29T10:37:12.2472451Z [36;1m  rm -rf "$CACHE"[0m
2026-07-29T10:37:12.2472685Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-29T10:37:12.2472952Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-29T10:37:12.2473299Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-29T10:37:12.2473624Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-29T10:37:12.2473873Z [36;1mfi[0m
2026-07-29T10:37:12.2474155Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-29T10:37:12.2487065Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-29T10:37:12.2487366Z env:
2026-07-29T10:37:12.2487549Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-29T10:37:12.2487918Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30443100762-1-qyEoEd
2026-07-29T10:37:12.2488367Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30443100762-1-qyEoEd
2026-07-29T10:37:12.2488795Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30443100762-1-qyEoEd
2026-07-29T10:37:12.2489430Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30443100762-1-qyEoEd
2026-07-29T10:37:12.2489944Z ##[endgroup]
2026-07-29T10:37:12.5458349Z    Compiling proc-macro2 v1.0.106
2026-07-29T10:37:12.5458783Z    Compiling unicode-ident v1.0.24
2026-07-29T10:37:12.5459270Z    Compiling quote v1.0.45
2026-07-29T10:37:12.5459776Z    Compiling libc v0.2.186
2026-07-29T10:37:12.5460195Z    Compiling serde_core v1.0.228
2026-07-29T10:37:12.5460606Z    Compiling cfg-if v1.0.4
2026-07-29T10:37:12.5484302Z    Compiling serde v1.0.228
2026-07-29T10:37:12.5519839Z    Compiling log v0.4.32
2026-07-29T10:37:12.5572216Z    Compiling pin-project-lite v0.2.17
2026-07-29T10:37:12.5610403Z    Compiling typenum v1.20.1
2026-07-29T10:37:12.5644790Z    Compiling portable-atomic v1.13.1
2026-07-29T10:37:12.5679718Z    Compiling version_check v0.9.5
2026-07-29T10:37:12.5700362Z    Compiling memchr v2.8.1
2026-07-29T10:37:12.5820986Z    Compiling shlex v2.0.1
2026-07-29T10:37:12.5851651Z    Compiling critical-section v1.2.0
2026-07-29T10:37:12.6050271Z    Compiling find-msvc-tools v0.1.9
2026-07-29T10:37:12.6381608Z    Compiling bytes v1.11.1
2026-07-29T10:37:12.6538257Z    Compiling futures-core v0.3.32
2026-07-29T10:37:12.7159926Z    Compiling subtle v2.6.1
2026-07-29T10:37:12.8028348Z    Compiling equivalent v1.0.2
2026-07-29T10:37:12.8161198Z    Compiling smallvec v1.15.1
2026-07-29T10:37:12.8478395Z    Compiling itoa v1.0.18
2026-07-29T10:37:12.8842416Z    Compiling semver v1.0.28
2026-07-29T10:37:12.8990726Z    Compiling stable_deref_trait v1.2.1
2026-07-29T10:37:12.9164809Z    Compiling slab v0.4.12
2026-07-29T10:37:12.9558564Z    Compiling futures-sink v0.3.32
2026-07-29T10:37:12.9835633Z    Compiling futures-io v0.3.32
2026-07-29T10:37:12.9932463Z    Compiling futures-task v0.3.32
2026-07-29T10:37:13.0402298Z    Compiling generic-array v0.14.7
2026-07-29T10:37:13.0583236Z    Compiling futures-channel v0.3.32
2026-07-29T10:37:13.0810707Z    Compiling rand_core v0.10.1
2026-07-29T10:37:13.1079563Z    Compiling bitflags v2.12.1
2026-07-29T10:37:13.1230583Z    Compiling hashbrown v0.17.1
2026-07-29T10:37:13.1393238Z    Compiling rustversion v1.0.22
2026-07-29T10:37:13.1710559Z    Compiling cpufeatures v0.2.17
2026-07-29T10:37:13.2333307Z    Compiling rustc_version v0.4.1
2026-07-29T10:37:13.2460991Z    Compiling getrandom v0.4.2
2026-07-29T10:37:13.2689599Z    Compiling fnv v1.0.7
2026-07-29T10:37:13.2908322Z    Compiling strsim v0.11.1
2026-07-29T10:37:13.3442996Z    Compiling cfg_aliases v0.2.1
2026-07-29T10:37:13.3596476Z    Compiling writeable v0.6.3
2026-07-29T10:37:13.3679808Z    Compiling litemap v0.8.2
2026-07-29T10:37:13.3973311Z    Compiling icu_normalizer_data v2.2.0
2026-07-29T10:37:13.4211443Z    Compiling utf8_iter v1.0.4
2026-07-29T10:37:13.5033890Z    Compiling dunce v1.0.5
2026-07-29T10:37:13.5680392Z    Compiling fs_extra v1.3.0
2026-07-29T10:37:13.5858593Z    Compiling icu_properties_data v2.2.0
2026-07-29T10:37:13.6061297Z    Compiling ident_case v1.0.1
2026-07-29T10:37:13.6210270Z    Compiling autocfg v1.5.1
2026-07-29T10:37:13.6371546Z    Compiling percent-encoding v2.3.2
2026-07-29T10:37:13.7201301Z    Compiling http v1.4.1
2026-07-29T10:37:13.7360652Z    Compiling thiserror v2.0.18
2026-07-29T10:37:13.7431464Z    Compiling cpufeatures v0.3.0
2026-07-29T10:37:13.7900480Z    Compiling aws-lc-rs v1.17.0
2026-07-29T10:37:13.8230899Z    Compiling unicode-segmentation v1.13.3
2026-07-29T10:37:13.9380751Z    Compiling scopeguard v1.2.0
2026-07-29T10:37:13.9490897Z    Compiling form_urlencoded v1.2.2
2026-07-29T10:37:13.9770772Z    Compiling chacha20 v0.10.0
2026-07-29T10:37:14.0500736Z    Compiling indexmap v2.14.0
2026-07-29T10:37:14.0540405Z    Compiling lock_api v0.4.14
2026-07-29T10:37:14.0789466Z    Compiling untrusted v0.9.0
2026-07-29T10:37:14.1610714Z    Compiling heck v0.5.0
2026-07-29T10:37:14.1740325Z    Compiling rustls v0.23.40
2026-07-29T10:37:14.1890748Z    Compiling syn v2.0.117
2026-07-29T10:37:14.2050454Z    Compiling unicode-xid v0.2.6
2026-07-29T10:37:14.2390653Z    Compiling const-oid v0.10.2
2026-07-29T10:37:14.2740611Z    Compiling anyhow v1.0.102
2026-07-29T10:37:14.3115228Z    Compiling convert_case v0.10.0
2026-07-29T10:37:14.3262079Z    Compiling atomic-waker v1.1.2
2026-07-29T10:37:14.3432433Z    Compiling paste v1.0.15
2026-07-29T10:37:14.3500899Z    Compiling zerocopy v0.8.50
2026-07-29T10:37:14.3680365Z    Compiling parking_lot_core v0.9.12
2026-07-29T10:37:14.4020858Z    Compiling jobserver v0.1.34
2026-07-29T10:37:14.4370587Z    Compiling httparse v1.10.1
2026-07-29T10:37:14.4410978Z    Compiling num-traits v0.2.19
2026-07-29T10:37:14.4720638Z    Compiling hybrid-array v0.4.12
2026-07-29T10:37:14.5205365Z    Compiling curve25519-dalek v4.1.3
2026-07-29T10:37:14.5921461Z    Compiling crypto-common v0.1.7
2026-07-29T10:37:14.6005646Z    Compiling block-buffer v0.10.4
2026-07-29T10:37:14.6264061Z    Compiling ahash v0.8.12
2026-07-29T10:37:14.6683854Z    Compiling fastrand v2.4.1
2026-07-29T10:37:14.6977742Z    Compiling either v1.16.0
2026-07-29T10:37:14.7018803Z    Compiling cc v1.2.63
2026-07-29T10:37:14.7639658Z    Compiling digest v0.10.7
2026-07-29T10:37:14.7826018Z    Compiling powerfmt v0.2.0
2026-07-29T10:37:14.8290393Z    Compiling http-body v1.0.1
2026-07-29T10:37:14.8417597Z    Compiling base64ct v1.8.3
2026-07-29T10:37:15.0459880Z    Compiling deranged v0.5.8
2026-07-29T10:37:15.0530887Z    Compiling zmij v1.0.21
2026-07-29T10:37:15.1011010Z    Compiling time-core v0.1.8
2026-07-29T10:37:15.1120465Z    Compiling num-conv v0.2.2
2026-07-29T10:37:15.1211347Z    Compiling tower-service v0.3.3
2026-07-29T10:37:15.1580720Z    Compiling mio v1.2.1
2026-07-29T10:37:15.1932690Z    Compiling socket2 v0.6.4
2026-07-29T10:37:15.2193098Z    Compiling getrandom v0.2.17
2026-07-29T10:37:15.2480815Z    Compiling pem-rfc7468 v1.0.0
2026-07-29T10:37:15.3136270Z    Compiling try-lock v0.2.5
2026-07-29T10:37:15.3227106Z    Compiling base64 v0.22.1
2026-07-29T10:37:15.3802179Z    Compiling data-encoding v2.11.0
2026-07-29T10:37:15.4520696Z    Compiling rand v0.10.1
2026-07-29T10:37:15.4739099Z    Compiling uuid v1.23.2
2026-07-29T10:37:15.4910734Z    Compiling rand_core v0.6.4
2026-07-29T10:37:15.5030244Z    Compiling vcpkg v0.2.15
2026-07-29T10:37:15.6072646Z    Compiling pkg-config v0.3.33
2026-07-29T10:37:15.6451155Z    Compiling tinyvec_macros v0.1.1
2026-07-29T10:37:15.7210780Z    Compiling tinyvec v1.11.0
2026-07-29T10:37:15.7340989Z    Compiling parking_lot v0.12.5
2026-07-29T10:37:15.7900796Z    Compiling want v0.3.1
2026-07-29T10:37:15.9700835Z    Compiling block-buffer v0.12.0
2026-07-29T10:37:15.9986608Z    Compiling crypto-common v0.2.2
2026-07-29T10:37:16.0011214Z    Compiling sha2 v0.10.9
2026-07-29T10:37:16.0309856Z    Compiling inout v0.1.4
2026-07-29T10:37:16.1214215Z    Compiling cmake v0.1.58
2026-07-29T10:37:16.1511117Z    Compiling vergen-lib v9.1.0
2026-07-29T10:37:16.2060860Z    Compiling n0-future v0.3.2
2026-07-29T10:37:16.2737624Z    Compiling serde_json v1.0.150
2026-07-29T10:37:16.3401098Z    Compiling httpdate v1.0.3
2026-07-29T10:37:16.4427050Z    Compiling parking v2.2.1
2026-07-29T10:37:16.4451021Z    Compiling spin v0.10.0
2026-07-29T10:37:16.4513248Z    Compiling signature v2.2.0
2026-07-29T10:37:16.4639769Z    Compiling cordyceps v0.3.4
2026-07-29T10:37:16.4770649Z    Compiling crossbeam-utils v0.8.21
2026-07-29T10:37:16.5333176Z    Compiling winnow v1.0.3
2026-07-29T10:37:16.5590412Z    Compiling diatomic-waker v0.2.3
2026-07-29T10:37:16.6211323Z    Compiling ed25519 v2.2.3
2026-07-29T10:37:16.6280957Z    Compiling futures-lite v2.6.1
2026-07-29T10:37:16.6980379Z    Compiling cipher v0.4.4
2026-07-29T10:37:16.7037114Z    Compiling netlink-packet-core v0.8.1
2026-07-29T10:37:16.7157739Z    Compiling universal-hash v0.5.1
2026-07-29T10:37:16.7258643Z    Compiling vergen v9.1.0
2026-07-29T10:37:16.7432642Z    Compiling vergen-lib v0.1.6
2026-07-29T10:37:16.7730940Z    Compiling futures-buffered v0.2.13
2026-07-29T10:37:16.7960679Z    Compiling heapless v0.7.17
2026-07-29T10:37:16.8386486Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-29T10:37:16.8455930Z    Compiling noq-udp v0.10.0
2026-07-29T10:37:16.9239325Z    Compiling digest v0.11.3
2026-07-29T10:37:16.9471601Z    Compiling sync_wrapper v1.0.2
2026-07-29T10:37:16.9510937Z    Compiling opaque-debug v0.3.1
2026-07-29T10:37:16.9802824Z    Compiling allocator-api2 v0.2.21
2026-07-29T10:37:17.0320834Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-29T10:37:17.0392957Z    Compiling byteorder v1.5.0
2026-07-29T10:37:17.0750857Z    Compiling aws-lc-sys v0.41.0
2026-07-29T10:37:17.0937416Z    Compiling ring v0.17.14
2026-07-29T10:37:17.0938382Z    Compiling libsqlite3-sys v0.30.1
2026-07-29T10:37:17.1551223Z    Compiling polyval v0.6.2
2026-07-29T10:37:17.2088128Z    Compiling hash32 v0.2.1
2026-07-29T10:37:17.2721446Z    Compiling spin v0.9.8
2026-07-29T10:37:17.2800451Z    Compiling vergen-gitcl v1.0.8
2026-07-29T10:37:17.3810873Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-29T10:37:17.4246018Z    Compiling fallible-iterator v0.3.0
2026-07-29T10:37:17.4340327Z    Compiling signature v3.0.0
2026-07-29T10:37:17.4760675Z    Compiling tower-layer v0.3.3
2026-07-29T10:37:17.4920708Z    Compiling num_threads v0.1.7
2026-07-29T10:37:17.5531099Z    Compiling ryu v1.0.23
2026-07-29T10:37:17.6039207Z    Compiling time v0.3.47
2026-07-29T10:37:17.6490103Z    Compiling ghash v0.5.1
2026-07-29T10:37:17.6620010Z    Compiling sha2 v0.11.0-rc.5
2026-07-29T10:37:17.6621193Z    Compiling ctr v0.9.2
2026-07-29T10:37:17.7350483Z    Compiling aes v0.8.4
2026-07-29T10:37:17.7769484Z    Compiling fs2 v0.4.3
2026-07-29T10:37:17.7890295Z    Compiling http-body-util v0.1.3
2026-07-29T10:37:17.8871034Z    Compiling aead v0.5.2
2026-07-29T10:37:17.9061336Z    Compiling utf8parse v0.2.2
2026-07-29T10:37:17.9668871Z    Compiling arrayvec v0.7.6
2026-07-29T10:37:18.0006981Z    Compiling openssl-probe v0.2.1
2026-07-29T10:37:18.0040506Z    Compiling crossbeam-epoch v0.9.18
2026-07-29T10:37:18.0790690Z    Compiling crossbeam-channel v0.5.15
2026-07-29T10:37:18.1142209Z    Compiling blake3 v1.8.5
2026-07-29T10:37:18.2015698Z    Compiling netlink-packet-route v0.29.0
2026-07-29T10:37:18.2160445Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-29T10:37:18.2946830Z    Compiling aes-gcm v0.10.3
2026-07-29T10:37:18.3485828Z    Compiling memoffset v0.6.5
2026-07-29T10:37:18.4290549Z    Compiling acto v0.8.2
2026-07-29T10:37:18.4661019Z    Compiling netwatch v0.16.0
2026-07-29T10:37:18.5030408Z    Compiling noq v0.18.0
2026-07-29T10:37:18.5344922Z    Compiling ref-cast v1.0.25
2026-07-29T10:37:18.6219781Z    Compiling tagptr v0.2.0
2026-07-29T10:37:18.6252493Z    Compiling identity-hash v0.1.0
2026-07-29T10:37:18.7036848Z    Compiling mac-addr v0.3.0
2026-07-29T10:37:18.7557696Z    Compiling rustix v1.1.4
2026-07-29T10:37:18.7650242Z    Compiling xml-rs v0.8.28
2026-07-29T10:37:18.7697012Z    Compiling thiserror v1.0.69
2026-07-29T10:37:18.8428749Z    Compiling sorted-index-buffer v0.2.1
2026-07-29T10:37:18.8783922Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-29T10:37:18.9172628Z    Compiling foldhash v0.2.0
2026-07-29T10:37:19.0001042Z    Compiling rustc-hash v2.1.2
2026-07-29T10:37:19.0544729Z    Compiling lru-slab v0.1.2
2026-07-29T10:37:19.1240602Z    Compiling hashbrown v0.16.1
2026-07-29T10:37:19.2520349Z    Compiling netlink-packet-route v0.30.0
2026-07-29T10:37:19.2681057Z    Compiling termios v0.2.2
2026-07-29T10:37:19.2931605Z    Compiling synstructure v0.13.2
2026-07-29T10:37:19.3273364Z    Compiling darling_core v0.20.11
2026-07-29T10:37:19.4210069Z    Compiling serde_derive_internals v0.29.1
2026-07-29T10:37:19.8562432Z    Compiling proc-macro-crate v3.5.0
2026-07-29T10:37:19.9090593Z    Compiling xmltree v0.10.3
2026-07-29T10:37:20.0120579Z    Compiling ioctl-rs v0.1.6
2026-07-29T10:37:20.0560867Z    Compiling serial-core v0.4.0
2026-07-29T10:37:20.0966279Z    Compiling errno v0.3.14
2026-07-29T10:37:20.1441429Z    Compiling aho-corasick v1.1.4
2026-07-29T10:37:20.1691789Z    Compiling simple-dns v0.9.3
2026-07-29T10:37:20.1902294Z    Compiling linux-raw-sys v0.12.1
2026-07-29T10:37:20.2211192Z    Compiling constant_time_eq v0.4.2
2026-07-29T10:37:20.2590302Z    Compiling smol_str v0.1.24
2026-07-29T10:37:20.2731528Z    Compiling winnow v0.7.15
2026-07-29T10:37:20.4258860Z    Compiling toml_write v0.1.2
2026-07-29T10:37:20.4830768Z    Compiling simdutf8 v0.1.5
2026-07-29T10:37:20.4920233Z    Compiling signal-hook v0.3.18
2026-07-29T10:37:20.5392487Z    Compiling arrayref v0.3.9
2026-07-29T10:37:20.5972556Z    Compiling resolv-conf v0.7.6
2026-07-29T10:37:20.6401748Z    Compiling regex-syntax v0.8.10
2026-07-29T10:37:20.6501125Z    Compiling sha1_smol v1.0.1
2026-07-29T10:37:20.8251240Z    Compiling signal-hook-registry v1.4.8
2026-07-29T10:37:20.8770838Z    Compiling serial-unix v0.4.0
2026-07-29T10:37:21.1355575Z    Compiling lru v0.16.4
2026-07-29T10:37:21.2180850Z    Compiling darling_core v0.23.0
2026-07-29T10:37:21.2810470Z    Compiling serde_bytes v0.11.19
2026-07-29T10:37:21.3056582Z    Compiling seize v0.5.1
2026-07-29T10:37:21.3991397Z    Compiling hmac v0.12.1
2026-07-29T10:37:21.4162752Z    Compiling serde_derive v1.0.228
2026-07-29T10:37:21.5270795Z    Compiling zeroize_derive v1.4.3
2026-07-29T10:37:21.5750991Z    Compiling tokio-macros v2.7.0
2026-07-29T10:37:21.8215132Z    Compiling futures-macro v0.3.32
2026-07-29T10:37:22.1571143Z    Compiling zeroize v1.8.2
2026-07-29T10:37:22.3520564Z    Compiling tokio v1.52.3
2026-07-29T10:37:22.3683904Z    Compiling zerofrom-derive v0.1.7
2026-07-29T10:37:22.8120552Z    Compiling yoke-derive v0.8.2
2026-07-29T10:37:22.9273470Z    Compiling zerovec-derive v0.11.3
2026-07-29T10:37:22.9972258Z    Compiling futures-util v0.3.32
2026-07-29T10:37:23.0190699Z    Compiling displaydoc v0.2.6
2026-07-29T10:37:23.3472200Z    Compiling tracing-attributes v0.1.31
2026-07-29T10:37:24.0060857Z    Compiling rustls-pki-types v1.14.1
2026-07-29T10:37:24.0250291Z    Compiling zerofrom v0.1.8
2026-07-29T10:37:24.1367238Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-29T10:37:24.2007885Z    Compiling yoke v0.8.3
2026-07-29T10:37:24.2361856Z    Compiling thiserror-impl v2.0.18
2026-07-29T10:37:24.4438669Z    Compiling zerotrie v0.2.4
2026-07-29T10:37:24.6700848Z    Compiling zerovec v0.11.6
2026-07-29T10:37:24.7620987Z    Compiling darling_macro v0.20.11
2026-07-29T10:37:24.8067539Z    Compiling derive_more-impl v2.1.1
2026-07-29T10:37:24.8528588Z    Compiling spez v0.1.2
2026-07-29T10:37:25.1351158Z    Compiling darling v0.20.11
2026-07-29T10:37:25.1989822Z    Compiling derive_builder_core v0.20.2
2026-07-29T10:37:25.2071178Z    Compiling n0-error-macros v0.1.3
2026-07-29T10:37:25.2770976Z    Compiling der v0.8.0-rc.10
2026-07-29T10:37:25.3170838Z    Compiling pin-project-internal v1.1.13
2026-07-29T10:37:25.5250632Z    Compiling tinystr v0.8.3
2026-07-29T10:37:25.7140696Z    Compiling icu_locale_core v2.2.0
2026-07-29T10:37:26.1461197Z    Compiling potential_utf v0.1.5
2026-07-29T10:37:26.3390923Z    Compiling icu_collections v2.2.0
2026-07-29T10:37:26.4886097Z    Compiling n0-error v0.1.3
2026-07-29T10:37:26.5930957Z    Compiling derive_builder_macro v0.20.2
2026-07-29T10:37:26.8746062Z    Compiling pin-project v1.1.13
2026-07-29T10:37:26.9210670Z    Compiling spki v0.8.0-rc.4
2026-07-29T10:37:26.9320808Z    Compiling derive_builder v0.20.2
2026-07-29T10:37:26.9571659Z    Compiling ed25519-dalek v2.2.0
2026-07-29T10:37:26.9707278Z    Compiling futures-executor v0.3.32
2026-07-29T10:37:27.1360665Z    Compiling icu_provider v2.2.0
2026-07-29T10:37:27.1920705Z    Compiling ipnet v2.12.0
2026-07-29T10:37:27.3125288Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-29T10:37:27.3281096Z    Compiling spt-proto v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-29T10:37:27.3698555Z    Compiling futures v0.3.32
2026-07-29T10:37:27.4198694Z    Compiling icu_properties v2.2.0
2026-07-29T10:37:27.4391323Z    Compiling icu_normalizer v2.2.0
2026-07-29T10:37:27.5015326Z    Compiling ed25519 v3.0.0-rc.4
2026-07-29T10:37:27.8860421Z    Compiling once_cell v1.21.4
2026-07-29T10:37:27.9252290Z    Compiling prefix-trie v0.8.4
2026-07-29T10:37:27.9737037Z    Compiling cobs v0.3.0
2026-07-29T10:37:27.9860757Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-29T10:37:28.0941207Z    Compiling postcard-derive v0.2.2
2026-07-29T10:37:28.1626676Z    Compiling tracing-core v0.1.36
2026-07-29T10:37:28.2925259Z    Compiling tokio-util v0.7.18
2026-07-29T10:37:28.3741001Z    Compiling hashbrown v0.14.5
2026-07-29T10:37:28.3840773Z    Compiling netlink-sys v0.8.8
2026-07-29T10:37:28.4140336Z    Compiling data-encoding-macro v0.1.20
2026-07-29T10:37:28.4760569Z    Compiling tower v0.5.3
2026-07-29T10:37:28.7533051Z    Compiling tracing v0.1.44
2026-07-29T10:37:28.7614248Z    Compiling postcard v1.1.3
2026-07-29T10:37:28.8670705Z    Compiling rustls-native-certs v0.8.4
2026-07-29T10:37:28.9030660Z    Compiling idna_adapter v1.2.2
2026-07-29T10:37:29.0350024Z    Compiling idna v1.1.0
2026-07-29T10:37:29.0790930Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-29T10:37:29.1291340Z    Compiling strum_macros v0.28.0
2026-07-29T10:37:29.2384312Z    Compiling hashlink v0.9.1
2026-07-29T10:37:29.2472447Z    Compiling enum-assoc v1.3.0
2026-07-29T10:37:29.2555530Z    Compiling derive_more v2.1.1
2026-07-29T10:37:29.2643422Z    Compiling h2 v0.4.14
2026-07-29T10:37:29.3820901Z    Compiling num_enum_derive v0.7.6
2026-07-29T10:37:29.4518189Z    Compiling async-trait v0.1.89
2026-07-29T10:37:29.4971053Z    Compiling iroh-metrics-derive v0.4.1
2026-07-29T10:37:29.5167474Z    Compiling url v2.5.8
2026-07-29T10:37:29.5322119Z    Compiling n0-watcher v0.6.1
2026-07-29T10:37:29.6102191Z    Compiling iroh-relay v0.98.0
2026-07-29T10:37:29.6567963Z    Compiling rusqlite v0.32.1
2026-07-29T10:37:29.6601431Z    Compiling tokio-stream v0.1.18
2026-07-29T10:37:29.7900811Z    Compiling netdev v0.42.0
2026-07-29T10:37:29.9401112Z    Compiling netlink-proto v0.12.0
2026-07-29T10:37:29.9990657Z    Compiling iroh-metrics v0.38.3
2026-07-29T10:37:30.0504229Z    Compiling moka v0.12.15
2026-07-29T10:37:30.1890808Z    Compiling serde_spanned v0.6.9
2026-07-29T10:37:30.2121007Z    Compiling toml_datetime v0.6.11
2026-07-29T10:37:30.2238267Z    Compiling thiserror-impl v1.0.69
2026-07-29T10:37:30.3230609Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-29T10:37:30.3264361Z    Compiling attohttpc v0.30.1
2026-07-29T10:37:30.4038683Z    Compiling tower-http v0.6.11
2026-07-29T10:37:30.5811276Z    Compiling iroh-base v0.98.0
2026-07-29T10:37:30.6005197Z    Compiling ref-cast-impl v1.0.25
2026-07-29T10:37:30.7550783Z    Compiling num_enum v0.7.6
2026-07-29T10:37:30.8610329Z    Compiling toml_edit v0.22.27
2026-07-29T10:37:31.0616227Z    Compiling spt-store v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-29T10:37:31.3892070Z    Compiling webpki-roots v1.0.7
2026-07-29T10:37:31.4170847Z    Compiling regex-automata v0.4.14
2026-07-29T10:37:31.4517647Z    Compiling schemars_derive v1.2.1
2026-07-29T10:37:31.5084807Z    Compiling iroh v0.98.2
2026-07-29T10:37:31.5294204Z    Compiling cmov v0.5.4
2026-07-29T10:37:31.7714390Z    Compiling bitflags v1.3.2
2026-07-29T10:37:31.7840406Z    Compiling dyn-clone v1.0.20
2026-07-29T10:37:31.7914680Z    Compiling pin-utils v0.1.0
2026-07-29T10:37:31.8396498Z    Compiling rustix v0.38.44
2026-07-29T10:37:31.8932602Z    Compiling nix v0.25.1
2026-07-29T10:37:31.9262363Z    Compiling ctutils v0.4.2
2026-07-29T10:37:31.9421001Z    Compiling backon v1.6.0
2026-07-29T10:37:32.0050670Z    Compiling filedescriptor v0.8.3
2026-07-29T10:37:32.1690444Z    Compiling darling_macro v0.23.0
2026-07-29T10:37:32.1951285Z    Compiling papaya v0.2.4
2026-07-29T10:37:32.2310787Z    Compiling strum v0.28.0
2026-07-29T10:37:32.2710791Z    Compiling hkdf v0.12.4
2026-07-29T10:37:32.3141107Z    Compiling serial v0.4.0
2026-07-29T10:37:32.3480453Z    Compiling iroh-dns v0.98.0
2026-07-29T10:37:32.3980350Z    Compiling anstyle-parse v1.0.0
2026-07-29T10:37:32.4200807Z    Compiling vte_generate_state_changes v0.1.2
2026-07-29T10:37:32.5225022Z    Compiling instability v0.3.12
2026-07-29T10:37:32.5516419Z    Compiling anstyle v1.0.14
2026-07-29T10:37:32.6111425Z    Compiling downcast-rs v1.2.1
2026-07-29T10:37:32.6742294Z    Compiling is_terminal_polyfill v1.70.2
2026-07-29T10:37:32.7000459Z    Compiling foldhash v0.1.5
2026-07-29T10:37:32.7420615Z    Compiling shell-words v1.1.1
2026-07-29T10:37:32.7520138Z    Compiling anstyle-query v1.1.5
2026-07-29T10:37:32.7971076Z    Compiling colorchoice v1.0.5
2026-07-29T10:37:32.8220546Z    Compiling unicode-width v0.2.0
2026-07-29T10:37:32.8560543Z    Compiling linux-raw-sys v0.4.15
2026-07-29T10:37:32.8660600Z    Compiling hashbrown v0.15.5
2026-07-29T10:37:32.9184604Z    Compiling anstream v1.0.0
2026-07-29T10:37:32.9221848Z    Compiling vte v0.13.1
2026-07-29T10:37:32.9524790Z    Compiling signal-hook-mio v0.2.5
2026-07-29T10:37:32.9710893Z    Compiling darling v0.23.0
2026-07-29T10:37:33.0719282Z    Compiling spake2 v0.4.0
2026-07-29T10:37:33.0808528Z    Compiling terminal_size v0.4.4
2026-07-29T10:37:33.1801643Z    Compiling strum_macros v0.26.4
2026-07-29T10:37:33.2391185Z    Compiling sha1 v0.10.6
2026-07-29T10:37:33.4803712Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-29T10:37:33.5327021Z    Compiling itertools v0.13.0
2026-07-29T10:37:33.5491638Z    Compiling castaway v0.2.4
2026-07-29T10:37:33.6891942Z    Compiling doctest-file v1.1.1
2026-07-29T10:37:33.8170735Z    Compiling schemars v1.2.1
2026-07-29T10:37:33.9790700Z    Compiling toml v0.8.23
2026-07-29T10:37:34.2841104Z    Compiling clap_lex v1.1.0
2026-07-29T10:37:34.3004671Z    Compiling indoc v2.0.7
2026-07-29T10:37:34.6100564Z    Compiling static_assertions v1.1.0
2026-07-29T10:37:34.6770811Z    Compiling unicode-width v0.1.14
2026-07-29T10:37:35.0510730Z    Compiling regex v1.12.3
2026-07-29T10:37:35.0632590Z    Compiling crossterm v0.28.1
2026-07-29T10:37:35.2702261Z    Compiling compact_str v0.8.2
2026-07-29T10:37:35.5316044Z    Compiling hyper v1.10.1
2026-07-29T10:37:35.8070711Z    Compiling clap_builder v4.6.0
2026-07-29T10:37:35.9238125Z    Compiling unicode-truncate v1.1.0
2026-07-29T10:37:36.1120864Z    Compiling interprocess v2.4.2
2026-07-29T10:37:36.1440292Z    Compiling strum v0.26.3
2026-07-29T10:37:36.2720215Z    Compiling lru v0.12.5
2026-07-29T10:37:36.3060351Z    Compiling clap_derive v4.6.1
2026-07-29T10:37:36.4341008Z    Compiling spt-msg v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-29T10:37:36.6800383Z    Compiling portable-pty v0.8.1
2026-07-29T10:37:36.7550849Z    Compiling iana-time-zone v0.1.65
2026-07-29T10:37:36.8451013Z    Compiling spt-runtime v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-29T10:37:37.0193068Z    Compiling cassowary v0.3.0
2026-07-29T10:37:37.0221167Z    Compiling chrono v0.4.45
2026-07-29T10:37:37.0991574Z    Compiling spt-term v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-29T10:37:37.2109493Z    Compiling nucleo-matcher v0.3.1
2026-07-29T10:37:37.3788150Z    Compiling ratatui v0.29.0
2026-07-29T10:37:37.7770598Z    Compiling hyper-util v0.1.20
2026-07-29T10:37:37.8796196Z    Compiling qrcode v0.14.1
2026-07-29T10:37:38.0490631Z    Compiling tempfile v3.27.0
2026-07-29T10:37:38.9360241Z    Compiling clap v4.6.1
2026-07-29T10:37:39.8062200Z    Compiling igd-next v0.17.1
2026-07-29T10:37:40.3619961Z    Compiling spt-live v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-29T10:37:41.0920896Z    Compiling portmapper v0.16.0
2026-07-29T10:37:45.9962169Z    Compiling rustls-webpki v0.103.13
2026-07-29T10:37:48.3661262Z    Compiling tokio-rustls v0.26.4
2026-07-29T10:37:48.3661762Z    Compiling rustls-platform-verifier v0.7.0
2026-07-29T10:37:48.3662145Z    Compiling noq-proto v0.17.0
2026-07-29T10:37:48.5147579Z    Compiling hyper-rustls v0.27.9
2026-07-29T10:37:48.5148304Z    Compiling hickory-net v0.26.0-beta.4
2026-07-29T10:37:48.5149583Z    Compiling tokio-websockets v0.13.2
2026-07-29T10:37:48.6495557Z    Compiling reqwest v0.13.4
2026-07-29T10:37:49.5950783Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-29T10:38:03.7142352Z    Compiling spt-net v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-29T10:38:05.2505923Z    Compiling spt-daemon v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-29T10:38:15.6647242Z    Compiling spt v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-29T10:38:20.7682530Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 08s
2026-07-29T10:38:20.7906679Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-3c641108830fd335)
2026-07-29T10:38:20.7920306Z 
2026-07-29T10:38:20.7920464Z running 1 test
2026-07-29T10:38:27.2354333Z test new_brain_serves_against_old_broker ... ok
2026-07-29T10:38:27.2354666Z 
2026-07-29T10:38:27.2354941Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.44s
2026-07-29T10:38:27.2355298Z 
